mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-02-16 19:30:49 +01:00
OcttKB Cross-Repo Sync (HTML to Raw)
This commit is contained in:
parent
d67d70198d
commit
c3be56ce20
@ -1,12 +0,0 @@
|
||||
created: 20221006205957260
|
||||
creator: Octt
|
||||
modified: 20231110235603003
|
||||
modifier: Octt
|
||||
tags: Development Gaming $:/i18n:en
|
||||
title: Development/Resources/Games
|
||||
|
||||
<<^wikipediaframe "Video game development">>
|
||||
|
||||
* <<linkdescgit "Godot Engine" "https://godotengine.org" "feature-packed, cross-platform game engine to create 2D and 3D games from a unified interface" "https://github.com/godotengine">>
|
||||
* [[raylib|https://www.raylib.com/]] - //simple and easy-to-use library to enjoy videogames programming// - [[[Git|https://github.com/raysan5]]]
|
||||
* [[[PICO-8] Advanced Micro Platformer - Starter Kit|https://www.lexaloffle.com/bbs/?tid=28793]]
|
@ -1,5 +1,6 @@
|
||||
created: 20221008141221923
|
||||
modified: 20230206111552123
|
||||
creator: Octt
|
||||
modified: 20231112232329809
|
||||
modifier: Octt
|
||||
tags: Snippets $:/i18n:en
|
||||
title: FFmpeg/Snippets
|
||||
@ -7,7 +8,7 @@ title: FFmpeg/Snippets
|
||||
!! Flags
|
||||
|
||||
* Specify an input file: `-i ${File}`
|
||||
* Framerate: `-r ${r}`, `-framerate ${r}` (//use both because one sometimes doesn't work//)
|
||||
* Framerate: `-r ${r}`, `-framerate ${r}` (//use both because one sometimes doesn't work//) ([[other ways|https://stackoverflow.com/questions/45462731/using-ffmpeg-to-change-framerate#45465730]])
|
||||
|
||||
|
||||
!!! Filter Flags
|
||||
|
@ -1,10 +1,13 @@
|
||||
created: 20231111224636577
|
||||
creator: Octt
|
||||
modified: 20231111232534820
|
||||
modified: 20231112233509196
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Code editor
|
||||
|
||||
<<^wikipediaframe "Code editor">>
|
||||
|
||||
* <<linkdescgit Geany"https://www.geany.org/" "The Flyweight IDE" "https://github.com/geany">>
|
||||
* <<linkdescgit ICEcoder"https://icecoder.net/" "Code editor awesomeness ...in your browser" "https://github.com/icecoder">> --- seems it's not at all optimized for mobile, kind of a waste
|
||||
* [[Notepad++|https://notepad-plus-plus.org/]] --- <<[# Git"https://github.com/notepad-plus-plus">>
|
||||
** [[notepadqq|https://notepadqq.com/]] --- //simple, general-purpose editor for Linux//, heavily inspired from Notepad++ (apparently not actively maintained anymore) --- <<[# Git"https://github.com/notepadqq">>
|
||||
|
10
Wiki-OcttKB/tiddlers/Normal/_File manager.tid
Normal file
10
Wiki-OcttKB/tiddlers/Normal/_File manager.tid
Normal file
@ -0,0 +1,10 @@
|
||||
created: 20231112232349800
|
||||
creator: Octt
|
||||
modified: 20231112232557820
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: File manager
|
||||
|
||||
<<^wikipediaframe "File manager">>
|
||||
|
||||
* <<linkdescgit "FileBrowser.org" "https://filebrowser.org/" "📂 Web File Browser" "https://github.com/filebrowser">>
|
16
Wiki-OcttKB/tiddlers/Normal/_Game development.tid
Normal file
16
Wiki-OcttKB/tiddlers/Normal/_Game development.tid
Normal file
@ -0,0 +1,16 @@
|
||||
created: 20221006205957260
|
||||
creator: Octt
|
||||
modified: 20231112235129459
|
||||
modifier: Octt
|
||||
tags: Development Gaming $:/i18n:en
|
||||
title: Game development
|
||||
|
||||
<<^wikipediaframe "Video game development">>
|
||||
|
||||
* <<linkdescgit "Godot Engine" "https://godotengine.org" "feature-packed, cross-platform game engine to create 2D and 3D games from a unified interface" "https://github.com/godotengine">>
|
||||
* [[raylib|https://www.raylib.com/]] --- //simple and easy-to-use library to enjoy videogames programming// --- [[[Git|https://github.com/raysan5/raylib]]]
|
||||
|
||||
* [[[PICO-8] Advanced Micro Platformer - Starter Kit|https://www.lexaloffle.com/bbs/?tid=28793]]
|
||||
|
||||
* <<YoutubeL rWtfClpWSb8 "Understanding framerate independence and deltatime">>
|
||||
* [[Fix Your Timestep|https://gafferongames.com/post/fix_your_timestep/]] --- aka futile exercises in making games that run properly at a variable framerate, the only way that works is separating the game loop in 2 contexts, like [[in Unity|https://docs.unity3d.com/Manual/TimeFrameManagement.html]] (`FixedUpdate` and `Update`) or Godot (`_process` and `_physics_process`) --- <<HackernewsL 23649406>>
|
@ -1,5 +1,5 @@
|
||||
created: 20231112001814376
|
||||
created: 20231112235201388
|
||||
current-tiddler: GettingStarted
|
||||
modified: 20231112001814376
|
||||
modified: 20231112235201388
|
||||
title: $:/HistoryList
|
||||
type: application/json
|
@ -1,6 +1,6 @@
|
||||
created: 20231111224734415
|
||||
created: 20231112232239335
|
||||
creator: Octt
|
||||
list:
|
||||
modified: 20231112001726391
|
||||
modified: 20231112235004006
|
||||
modifier: Octt
|
||||
title: $:/StoryList
|
@ -1,7 +1,7 @@
|
||||
created: 20230501095944427
|
||||
creator: Octt
|
||||
modified: 20231107230430970
|
||||
modified: 20231112234455367
|
||||
modifier: Octt
|
||||
title: $:/state/search/currentTab
|
||||
|
||||
$:/core/ui/DefaultSearchResultList
|
||||
$:/plugins/danielo515/ContextPlugin/visualizer
|
@ -1,6 +1,6 @@
|
||||
created: 20220920092307479
|
||||
creator: Octt
|
||||
modified: 20231112001737923
|
||||
modified: 20231112235131302
|
||||
modifier: Octt
|
||||
title: $:/state/tab/sidebar--595412856
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
created: 20230501095944427
|
||||
creator: Octt
|
||||
modified: 20231107230430974
|
||||
modified: 20231112234455368
|
||||
modifier: Octt
|
||||
title: $:/state/tab/search-results/sidebar
|
||||
|
||||
$:/core/ui/DefaultSearchResultList
|
||||
$:/plugins/danielo515/ContextPlugin/visualizer
|
Loading…
x
Reference in New Issue
Block a user