Pinned Repositories
3d_Attractors_PyQtGraph.OpenGL
Here you can run some famous attractors in a 3d environment.
function-engine
Just write the formula, and you'll get the related 3d graph.
native-export
A simple library for exporting a structure or some array data to a c-header like output.
raining-jobs
"Raining jobs" is a simple and stable algorithm used to quickly sort numbers (with size ranging from one byte to 8 bytes, floats and integers, signed and unsigned). The library is written in C.
shecs
An ECS written in C
shengine
A cross-platform Vulkan engine made for personal projects written completely in C. It's not a plug-and-play 3d engine, but a series of libraries and programs built to speed-up the creation of vulkan based applications and applications in general. The engine is on active development.
shserial
A simple Windows and Unix serial communication library using the win32 api and posix, written in C.
shvulkan
A lightweight and flexible wrapper around the Vulkan API written in C. The library handles part of the boilerplate code expected to be set up by the Vulkan API.
sidera
A 3d representation of the Gaia (Early) Data Release 3 universe model data uploaded by the European Space Agency
smd
Static Memory Description. A simple .smd file format interpreter and serializer.
MrSinho's Repositories
MrSinho/3d_Attractors_PyQtGraph.OpenGL
Here you can run some famous attractors in a 3d environment.
MrSinho/plyimporter
A C Stanford Polygon File Format loader (binary only).
MrSinho/3d_live_data_from_raspberry
In this repository you can plot and save real-time 3d accelleration data from the raspberry pi to your main machine using PyQtGraph and PyOpenGL