rforcen
Computer Engineer, SW developer (u++, fpc pascal lazarus, qt/c++, python, rust, nim, Android, iOS-swift/obj-c, Embarcadero, Java)
Spain
Pinned Repositories
AlgebraicSurfaces-cpp-python
Algebraic surfaces created in cpp, rendered in python using opengl pyqt5
electronic-ear
create healing sounds based on dr. tomatis research combining high frequency signals with white noise backgrounds, each panel defines the envelope for pitch, balance and noise levels, define the curve touching at the corresponding levels, sessions can be saved for future usage.
formants
voice formants iOS app. includes radial spectrum and freq. response graphs
fpc
free pascal / lazarus
Mandelbrot_metal_python
python app. that runs a metal shader for Mandelbrot fractal generator
nim
nim language
polyhedronisme-python
python post of polyhedronisme
qt-epub
qt based epub reader
qt-metal
qt metal c++ interface
upp
theIDE upp
rforcen's Repositories
rforcen/nim
nim language
rforcen/qt-metal
qt metal c++ interface
rforcen/qt-epub
qt based epub reader
rforcen/AlgebraicSurfaces-cpp-python
Algebraic surfaces created in cpp, rendered in python using opengl pyqt5
rforcen/CFD-01
CFD Computational Fluid Dynamics, multithreaded, Qt C++
rforcen/polyhedronisme-python
python post of polyhedronisme
rforcen/python-metal
apple metal on python >=3.8, uses adapted runmetal
rforcen/VSL
Symbolic language for compact sound synthesis and graphical representation, uses unicode symbols to represent wave modifiers, and multithreading for efficient generation.
rforcen/fpc
free pascal / lazarus
rforcen/pigs_cpp
PIG (Parallel Image Generation)
rforcen/qt
qt stuff
rforcen/upp
theIDE upp
rforcen/AlgebraicSounds
python / c++ sounds generated by formulas
rforcen/codeblocks
Code::Blocks apps.
rforcen/efi-ryzen-5700g-sonoma
EFI for AMD Ryzen 7 5700G a520 chipset Sonoma
rforcen/glium
Safe OpenGL wrapper for the Rust language.
rforcen/incremental-fluids
Simple, single-file fluid solvers for learning purposes
rforcen/mandelbrot-numba
Numba accelerated Interactive Mandelbrot Set Generator.
rforcen/numba
numba parallel & general examples
rforcen/OpenCTM
OpenCTM is a file format, a software library and a tool set for compression of 3D triangle meshes. The geometry is compressed to a fraction of comparable file formats (3DS, STL, COLLADA...), and the format is accessible through a simple, portable API
rforcen/pancurses
A Rust curses library, supports Unix platforms and Windows
rforcen/Polyhedronisme-qt-cpp
Polyhedron Conway transformations in Qt/c++
rforcen/queens
The queens problem. Solves any number of chess queens problem using three different approaches: Combinatory: O(n^n) → slowest Permutations: O(n!) Tree optimized < O(n!) → fastest Generation is performed multi threaded, so all cores of CPU are used, for very large number of queens the ‘stop when found [n] solutions or more’ can be used, (0=all solutions) Results can be saved to a text file or copied to clipboard (total or selection), board image can also be copied as an image. Selected results can be transformed by translation, rotation or mirroring. Window geometry, n queens, stop solutions and dock positions are stored in main settings. It has been tested for n=34, providing the first solution in about 3 minutes on an 8 core i7 CPU.
rforcen/rpn-qt-llvm
qt llvm rpn evaluator
rforcen/rust
rust developments based in parallel processing & graphics
rforcen/SphericalHarmonics-js
js spherical harmonics based on Float32Array
rforcen/swift
swift language mandelbrot
rforcen/Vect
c++ general purpose numerical vector class
rforcen/vega_lite_3.rs
rust api for vega-lite v3
rforcen/vsl-llvm
qt c++ llvm visual sound generation language