summaryrefslogtreecommitdiff
path: root/src/platform
AgeCommit message (Collapse)Author
2024-08-04simplify shader bindings a bitomniscient
2024-08-03add windows implementation of path_parent()Joshua Rowe
2024-07-19updating docsomniscient
2024-07-17whole thing is compiling and running againomnisci3nce
2024-07-13add empty shell scriptsomnisci3nce
2024-04-27fixomniscient
2024-04-27getting us compiling on windowsomnisci3nce
2024-04-27heightmap function signaturesomniscient
2024-04-27defining api for mutex/threadomniscient
2024-03-27brainsforming refined layout for rendereromniscient
2024-03-27start going through Kohi episode 26omnisci3nce
2024-03-17fix a bug with dirname seg faulting when passed a string literalOmniscient
it doesnt like things in readonly memory i guess. now we create an arena for the obj load and create a dynamically allocated copy of the string
2024-03-11added a path_parent function to get path of a fileomniscient
Now we can load .mtl files without hardcoding the full path from top-level like before. that was a hack!
2024-03-05loads and runs now (no visuals yet)Omniscient
2024-03-05why is it crashing on file loading now?Omniscient
2024-02-25chore: formatOmniscient
2024-02-25new string function signatures just droppedOmniscient
2024-02-24readd error text to file loadingOmniscient
2024-02-24xmake init with shared/static libOmniscient