ok, now im done
This commit is contained in:
parent
5fd86a6295
commit
c0f13ad9da
1 changed files with 11 additions and 8 deletions
19
TODO
19
TODO
|
|
@ -16,9 +16,9 @@
|
||||||
004 [luajit] create bindings
|
004 [luajit] create bindings
|
||||||
005 [sokol] create bindings module (should use [math] types)
|
005 [sokol] create bindings module (should use [math] types)
|
||||||
006 [sdl3] create bindings module (should use [math] types)
|
006 [sdl3] create bindings module (should use [math] types)
|
||||||
007 [bytes] create byte utilities module (should include Builder type)
|
007 [bytes] create byte utilities module (should include Buffer type)
|
||||||
008 [strings] create string utilities module (blocked by 007)
|
008 [strings] create string utilities module (include Buffer type) - blocked by 007
|
||||||
009 [encoding] jai-friendly binary serialization support (blocked by 007)
|
009 [encoding] jai-friendly binary serialization support - blocked by 007
|
||||||
012 [hash] create 'Map(K, V)' type
|
012 [hash] create 'Map(K, V)' type
|
||||||
013 [bindings] create build/binding utilitites module (since we do this a lot)
|
013 [bindings] create build/binding utilitites module (since we do this a lot)
|
||||||
014 [platform] create module for OS/platform-specific procedures (read file, write file, etc.)
|
014 [platform] create module for OS/platform-specific procedures (read file, write file, etc.)
|
||||||
|
|
@ -28,14 +28,14 @@
|
||||||
018 [x] enum backed array type (can just be a 'Static_Array' specialization)
|
018 [x] enum backed array type (can just be a 'Static_Array' specialization)
|
||||||
019 [rand] create random number generation module (probably port Demetri's 'pcg32_pie')
|
019 [rand] create random number generation module (probably port Demetri's 'pcg32_pie')
|
||||||
020 [net] create networking module (just a layer over sockets)
|
020 [net] create networking module (just a layer over sockets)
|
||||||
021 [net/http] simple http server/client interface (blocked by 020)
|
021 [net/http] simple http server/client interface - blocked by 020
|
||||||
022 [encoding] bebop format support? (https://docs.bebop.sh)
|
022 [encoding] bebop format support? (https://docs.bebop.sh)
|
||||||
023 [build/wasm] create wasm build support module (blocked until 'Basic' is fully replaced)
|
023 [build/wasm] create wasm build support module - blocked until 'Basic' is fully replaced
|
||||||
024 [x] create file to document conventions/style guide
|
024 [x] create file to document conventions/style guide
|
||||||
025 [window] create windowing module
|
025 [window] create windowing module
|
||||||
027 [compress] create compression algorithm module
|
027 [compress] create compression algorithm module
|
||||||
028 [compress] add lz4 support (blocked by 027)
|
028 [compress] add lz4 support - blocked by 027
|
||||||
029 [compress] add zstd support (blocked by 027)
|
029 [compress] add zstd support - blocked by 027
|
||||||
030 [meta] add metaprogram (plugin?) to rewrite code from one jai version to another
|
030 [meta] add metaprogram (plugin?) to rewrite code from one jai version to another
|
||||||
031 [x] standardize error handling (maybe odin-style enums?)
|
031 [x] standardize error handling (maybe odin-style enums?)
|
||||||
032 [memory] more allocators!
|
032 [memory] more allocators!
|
||||||
|
|
@ -43,7 +43,10 @@
|
||||||
034 [x] can we add location info to Allocator_Proc?
|
034 [x] can we add location info to Allocator_Proc?
|
||||||
035 [memory] add debug allocator to track allocation locations, double frees, etc. (should wrap another allocator)
|
035 [memory] add debug allocator to track allocation locations, double frees, etc. (should wrap another allocator)
|
||||||
036 [thread] create *simple* threading module
|
036 [thread] create *simple* threading module
|
||||||
037 [thread] add 'Mutex', 'Semaphore', 'Wait_Group' types (blocked by 036)
|
037 [thread] add 'Mutex', 'Semaphore', 'Wait_Group' types - blocked by 036
|
||||||
|
038 [encoding] add html support, via code - blocked by 008
|
||||||
|
039 [encoding] add rivit support, via code (https://judahcaruso.com/rivit.htm) - blocked by 038
|
||||||
|
040 [encoding] add markdown (commonmark?) support, via code - blocked by 038
|
||||||
|
|
||||||
|
|
||||||
*** DONE ***
|
*** DONE ***
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue