Some experiments made in Java while learning...
- Simple Implementation of Matrices and 3-vectors
- Pseudo-Brownian motion simulation
- Particle flow simulator with strange cube
- Flying in 3D world
- GraphXY
- Visualization of functions
- Optimization with gradient descend visualization
- LinesSurfaces
- Visualization of parametrized surfaces and lines
- Can export to .obj files
- ParallelCelullarAutomaton
- Celular automaton simulator
- PDEGUI
- Partial differential equations simulator
- RandomCurve
- Draws a artistic smooth curve
- Robot
- Inverse kinematics experiment
- Simple physics
- Pseudo physics implementation in endless 2D animated world
- Tetra
- Various 3D shapes and models
- Experiments with sockets
- Includes a Jframe chat
- scrappy web server build from scratch
- Util classes for the interpreter in package function
- ExpressionFunction:
- Is a interpreter of a simple language that evaluates mathematical expressions such as "sin(x^2 + y) + exp(-z^2)"
- Image and Text IO utils.
- Some experiments (some are visual)
- Tool to tokenize strings
- Implementation of a 3D engine from scratch in Java.
- Some visualization utils