• Stars
    star
    13
  • Rank 1,506,367 (Top 30 %)
  • Language
    Lua
  • Created over 7 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

a big integer / number library

More Repositories

1

Tensor

C++ template metaprogram driven tensor math library
C++
71
star
2

lua-ffi-bindings

FFI bindings for LuaJIT
Lua
43
star
3

symmath-lua

Tensor algebra system written in lua
HTML
42
star
4

lua-parser

Lua parser and abstract syntax tree in Lua
Lua
39
star
5

sand-attack

connect colored lines of falling sand
Lua
37
star
6

HydrodynamicsGPU

Schemes of Roe, HLL, HLLC, Burgers; Equations of 1D, 2D, 3D; Euler, SRHD, Maxwell, Bona-Masso ADM; Implemented in OpenCL
C
28
star
7

hydro-cl-lua

yet *another* hydrodynamics/hyperbolic conservation law solver, this one in LuaJIT using OpenCL/OpenGL
Lua
24
star
8

lua-ext

useful extensions to Lua base libraries
Lua
19
star
9

black-hole-skymap

WebGL skybox/raytracer for relativistic phenomena. Currently black hole and Alcubierre warp drive bubble.
JavaScript
15
star
10

lua-ffi-c

write c code inside your lua code. use gcc and luajit ffi to build and link while you run.
Lua
12
star
11

htmlparser-lua

html parser in lua
Lua
12
star
12

http-lua

simple http server, complete with correct content-types from iana.org
Lua
10
star
13

solver-lua

linear system solvers
Lua
9
star
14

hydrodynamics-js

Teaching myself hydrodynamics. Donor cell solver. Roe solverwith a handful of flux limiter options. Sod shock tube test. Kelvin Hemholtz test. Rayleigh Taylor test (in the works). GPGPU version in the works as well. Unstructured version on its way.
JavaScript
8
star
15

lua-websocket

WebSocket server using LuaSocket
Lua
7
star
16

Profiler

C++ profiling code
C++
7
star
17

solarsystem

webgl solar system viewer
Lua
6
star
18

gravitational-waves-lua

1D ADM gravitational wave simulation
Lua
6
star
19

lua-gnuplot

gnuplot wrapper
Lua
6
star
20

lua-image

LuaJIT image save/load library
Lua
6
star
21

wii-luajit

LuaJIT for Wii / devkitPro
Lua
6
star
22

preproc-lua

C preprocessor in Lua
Lua
5
star
23

Hydrodynamics

C++ CFD sim based on Tensor template framework
C++
5
star
24

lua-plot2d

2d interactive plotting program based on luajit
Lua
5
star
25

GLCxx

C++ GL wrapper classes
C++
5
star
26

lua-opencl

yet *another* Lua/OpenCL binding project
Lua
5
star
27

lua-simplexnoise

LuaJIT simplex noise
Lua
5
star
28

lua-gl

OpenGL wrappers for LuaJIT
Lua
5
star
29

lua-audio

LuaJIT audio
Lua
5
star
30

Relativity

general relativity 3+1 formalism simulation
C++
4
star
31

lua-gui

luajit driven widget library for opengl/sdl
Lua
4
star
32

wii-sdl-luajit

Wii devkitPro + LuaJIT + SDL
Lua
4
star
33

universe

webgl universe navigator / visualizer
C++
3
star
34

MathWorksheets

Putting my math in one place. See the README for CDN links.
HTML
3
star
35

lua-make

yet *another* build script system
Lua
3
star
36

lua-neuralnet

neural network classes in Lua
Lua
3
star
37

super-metroid-randomizer-lua

super metroid item / enemy / door randomizer
Lua
3
star
38

vec-lua

vector math library for Lua
Lua
3
star
39

4d-renderer-js

JavaScript
3
star
40

lua-glapp

OpenGL application skeleton for LuaJIT
Lua
3
star
41

lua-profile

profiler for lua code
Lua
3
star
42

lua-selfmodify

self-modifying code wrapped in a genetic algorithm. lots more buzzwords too.
Lua
3
star
43

complex-lua

Lua complex number class, for FFI and vanilla
Lua
2
star
44

lua-matrix

matrix class for lua. in the spirit of matlab syntax.
Lua
2
star
45

tensor-lua

lua based tensor calculator
Lua
2
star
46

include-lua

#include functionality for ffi
Lua
2
star
47

numerical-relativity-codegen

code generation for my numerical relativity projects
HTML
2
star
48

lua-csv

CSV parser in Lua
Lua
2
star
49

LuaCxx

OOP wrapper for Lua
C++
2
star
50

lua-template

Lua Templates
Lua
2
star
51

farm-game

farm game in a voxel engine
Lua
2
star
52

lua-local-default

Make Lua use locals-by-default in functions ... with Lua!
Lua
2
star
53

earth-magnetic-field-lua

visualization of the 2020 WMM data
Lua
2
star
54

lua-interpreter

A Lua interpreter in Lua. Complete with upvalue access, for use as a drop-in debugger.
Lua
2
star
55

modules-lua

chop up code into pieces, only use the parts that are necessary, useful when your compiler compiles everything and compile times are far too slow
Lua
2
star
56

Image

image loading library in C++. I'm slowly collecting formats.
C++
2
star
57

Common

common C++ and Make stuff
C++
2
star
58

EinsteinFieldEquationSolution

inverse solves G_ab = 8 pi T_ab for the metric tensor g_ab based on primitives used to compute T_ab
C++
2
star
59

FFTactics_BlenderPlugin

Blender plugin for importing Final Fantasy Tactics .GNS files
Python
2
star
60

browser3d-lua

Lua+SDL+OpenGL+ImGUI based browser / for remote script execution. Not a HTML/JS browser, those are dumb.
Lua
1
star
61

thirteen-lua

solver for the solitaire game 'thirteen'
Lua
1
star
62

swinekeeper

keep track your swines. just kidding, it's really minesweeper.
JavaScript
1
star
63

ImGuiCommon

C++
1
star
64

efesoln-cl-lua

LuaJIT/OpenCL port of my Einstein Field Equation solver project
Lua
1
star
65

lua-gameapp

putting some things common to games in one place
Lua
1
star
66

vec-ffi-lua

vector class for LuaJIT based on ffi / primitive types
Lua
1
star
67

lua_to_js

Lua to JS transpiler
JavaScript
1
star
68

poker-lua

poker in Lua, comes with a stupid AI that you can beat pretty easy
Lua
1
star
69

zeta-lua

A 2D platformer engine in LuaJIT
Lua
1
star
70

octonion-multiplication-table-js

mobius strip representation of an octonion multiplication table, rendered in webgl
JavaScript
1
star
71

wavefunction

WebGL-based hydrogen atom electron cloud wavefunction
JavaScript
1
star
72

mimetypes-lua

Lua class to get and cache mime types
Lua
1
star
73

all-tensor-muls

count all unique tensor products for specific input and output degrees
Lua
1
star
74

lua-svg

SVG generation functions for Lua
Lua
1
star
75

nbody-gpu-lua

n-body simulation on gpu in LuaJIT
Lua
1
star
76

Parallel

c++ asynchronous for-each and reduce operations
C++
1
star
77

lua-imgui

imgui lua wrapper
Lua
1
star
78

lua-ips

Lua based IPS file patcher
Lua
1
star
79

convert-to-8x8x4bpp

Messing with algorithms for converting RGB images into SNES format: 8x8 tiles of 4bpp, each tile with a unique upper 4bpp, which index into a 256-bit palette.
Lua
1
star
80

lua-metric

lua+imgui version of the html+emscripten+lua version of the lua version of my metric / diff geom visualization tool
Lua
1
star
81

SoftwareRenderer

This is a software implementation of a 3D rasterizer and renderer I made way back during my MSc at Oregon State. I kept meaning to post it and kept forgetting. Until now. It includes software implementations of a few OpenGL features. Linear, normal, and spherical, and a few other texgen features. Linear and nearest texture lookup. I forget all of what else. I provided the Quake1 model rendering source code so you can plug in whatever Quake1 models you want as well.
C++
1
star
82

thenumbernine.github.io

github pages
HTML
1
star
83

langfix-lua

Pure-Lua fix for some things in the language, especially missing in LuaJIT
Lua
1
star