juvus's Stars
nothings/stb
stb single-file public domain libraries for C/C++
python-pillow/Pillow
Python Imaging Library (Fork)
nothings/single_file_libs
List of single-file C/C++ libraries.
silentbicycle/greatest
A C testing library in 1 file. No dependencies, no dynamic allocation. ISC licensed.
ivanfratric/polypartition
Tiny Polygon Partitioning and Triangulation Library
the-raspberry-pi-guy/lcd
This repository contains all of the code for interfacing with a 16x2 Character I2C LCD Display. This accompanies my YouTube tutorial here: https://www.youtube.com/watch?v=fR5XhHYzUK0
nicolasloizeau/gol-computer
A computer in Conway's game of life
juvus/JEMA_Project
Juvus Engine for Multimedia Applications (JEMA) is a simple engine for creation of graphical applications under Windows platform. It is written in C and could be used, for example, to build simple 2D games.
juvus/Smooth_polygon_algorithm
The application demonstates the work of the algorithm for constructing an arbitrary polygon with smoothed vertices. Determination of the points needed to smooth vertices is based on utilizing the de Casteljan algorithm.
juvus/Circles_packaging_simulation
A graphical program that is written in C (using Win32API) that solves the problem of optimal packaging of circles using particle swarm optimization (PSO) algorithm
juvus/Food_searching_agent_simulation
Simulation of the agent's learning behavior in a dynamically changing environment. The goal of the agent's behavior is to find and consume food. Search efficiency increases in the process of continuous interaction of the agent with the environment. A model-free reinforcement learning algorithm, Q-learning, is used as the learning algorithm.
juvus/gol-computer
juvus/lcd
This repository contains all of the code for interfacing with a 16x2 and 20x4 Character I2C LCD Displays.
juvus/PSD_Dv_values_determination
Program is designed for determination of the cumulative distribution parameters Dv(x), which can be used to describe the cumulative particle size distribution.
juvus/Traffic_light_simulator
A graphical program that is written in C (using Win32API) with purpose of simulation of the single traffic light work