-
Rockstar North
- Edinburgh
- osor.io
- @osor_io@mastodon.gamedev.place
- @osor.io
-
-
osor_coroutine Public
🏃 A coroutine module for Jai
-
-
-
osor_parser Public
✍️ A parsing module for Jai
-
osor_serialization Public
💽 A serialization module for Jai
-
-
osor_vulkan Public
🌋 Vulkan module for Jai
-
NGene Public
Personal project dedicated to an Engine+Game exploring concepts and design decisions I'm interesnted in such as ECS, In-Engine Editor, CRT Simulation, Complex Platformer Physics, Custom Memory Mana…
-
BopBol Public
Library for ball collision detection against a projection in a wall with just a webcam
C++ UpdatedAug 1, 2018 -
-
It_Fights Public
Project that contains the full implementation of my End-Of-Degree project. It contains a simple but full game engine containing a plethora of subsystems connected by a message bus. It also has a sc…
C++ UpdatedMar 30, 2018 -
GS_CO_FirstOpenGLProject Public
This is a repository for an old college project (year 2014-2015) in which I try to do something with OpenGL for the first time :)
C++ Apache License 2.0 UpdatedFeb 8, 2018 -
QuakeRiseAndDecay Public
This repository will hold the LaTeX files and the final generated .pdf file for my article about some of the aspects that made Quake the first big eSport and the reasons why it decayed to today's p…
TeX Apache License 2.0 UpdatedDec 5, 2017 -
Bad_D_Compiler Public
Lexical and Syntactical analyzer for the D language, done both separately with pure C plus no libraries and Flex.
C Apache License 2.0 UpdatedApr 17, 2017 -
MathInterpreterCLI Public
Interpreter for mathematical expressions using Flex and Bison. Supports Vectors, Matrices and all of its relevant operations.