Pinned Repositories
ArchSim
Simulate RISC-V from the browser or terminal
ArenaAllocator
Very basic Arena implementation in C, inspired by Ryan Fleury's article. Please use arenas instead of malloc and free, thanks.
ezLang
ezLang is a programming language with an extremely simple syntax designed for fast prototyping
FormulaFrenzy
A python-based implementation of a competitive function mental regression game
GunGame
Side-scrolling shooter game made with Godot
imgman
Image manipulator CLI tool.
ShaderToH
Copies shader from GLSL file to C header file.
StringSlice
Simple length-based string library for C. Say goodbye to null termination bugs for good.
TileGame
A pixel art game made in C with raylib
UndeadWestGame
A game where you play as a wild west cowboy fighting the undead of the west.
GoldenbergDaniel's Repositories
GoldenbergDaniel/ArenaAllocator
Very basic Arena implementation in C, inspired by Ryan Fleury's article. Please use arenas instead of malloc and free, thanks.
GoldenbergDaniel/GunGame
Side-scrolling shooter game made with Godot
GoldenbergDaniel/TileGame
A pixel art game made in C with raylib
GoldenbergDaniel/ArchSim
Simulate RISC-V from the browser or terminal
GoldenbergDaniel/ezLang
ezLang is a programming language with an extremely simple syntax designed for fast prototyping
GoldenbergDaniel/FormulaFrenzy
A python-based implementation of a competitive function mental regression game
GoldenbergDaniel/StringSlice
Simple length-based string library for C. Say goodbye to null termination bugs for good.
GoldenbergDaniel/DualParkour
Dual Parkour is the game I am working on for the FBLA competition
GoldenbergDaniel/imgman
Image manipulator CLI tool.
GoldenbergDaniel/NeuralNetwork
A perceptron neural network that distinguishes between two shapes made completely from scratch using Python and numpy
GoldenbergDaniel/NutriStatusAI
An application that classifies foods and returns their nutritional value
GoldenbergDaniel/PhysicsSimulator
A physics simulator for modeling projectile motion and collisions
GoldenbergDaniel/RustyTag
A circle tag game made with Rust and raylib. My first Rust project
GoldenbergDaniel/ShaderToH
Copies shader from GLSL file to C header file.
GoldenbergDaniel/TerminalGame
My first Odin project
GoldenbergDaniel/Textify
Textify makes digital communication between working professionals more efficient when time is cut short.
GoldenbergDaniel/UndeadWestGame
A game where you play as a wild west cowboy fighting the undead of the west.
GoldenbergDaniel/ChatApp
Terminal-based chat application written in Odin. This is just for me to learn TCP network programming.
GoldenbergDaniel/GoldenbergDaniel
GoldenbergDaniel/LowPassFilter
Low-pass filter for a harmonic series using simple moving average
GoldenbergDaniel/NetPong
Simple multiplayer pong clone. This is just for me to learn game network programming.
GoldenbergDaniel/nvim-config
My neovim config.
GoldenbergDaniel/OdinWasmExample
An example of using Odin WebAssembly with JavaScript and Vite.
GoldenbergDaniel/ols
Language server for Odin
GoldenbergDaniel/ShapeFight
A game about shapes and combat!