All Projects → polldo → verlet

polldo / verlet

Licence: MIT license
build and animate objects according to verlet physics. pure golang library

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to verlet

Mainloop.js
Provides a well-constructed main loop useful for JavaScript games and other animated or time-dependent applications.
Stars: ✭ 425 (+1534.62%)
Mutual labels:  games, physics
use-spring
Hooke's law hook
Stars: ✭ 53 (+103.85%)
Mutual labels:  physics
Open spiel
OpenSpiel is a collection of environments and algorithms for research in general reinforcement learning and search/planning in games.
Stars: ✭ 2,991 (+11403.85%)
Mutual labels:  games
UnitedEngine
Lightweight physic engine designed for massive and fast simulations
Stars: ✭ 133 (+411.54%)
Mutual labels:  physics
Dome
A lightweight game development environment where games can be written in Wren
Stars: ✭ 251 (+865.38%)
Mutual labels:  games
Sudoku-Solver
🎯 This Python-based Sudoku Solver utilizes the PyGame Library and Backtracking Algorithm to visualize and solve Sudoku puzzles efficiently. With its intuitive interface, users can input and interact with the Sudoku board, allowing for a seamless solving experience.
Stars: ✭ 51 (+96.15%)
Mutual labels:  games
Classicuo
ClassicUO - an open source implementation of the Ultima Online Classic Client.
Stars: ✭ 239 (+819.23%)
Mutual labels:  games
spicyphysics
Sup bois, here's my work
Stars: ✭ 22 (-15.38%)
Mutual labels:  physics
mechamodlearn
Structured framework for learning mechanical systems in PyTorch
Stars: ✭ 22 (-15.38%)
Mutual labels:  physics
PyProjects
These are a collection of some cool games in Python, which you may show up as some funky Python projects.
Stars: ✭ 26 (+0%)
Mutual labels:  games
MIMS
PyQt application for creating mass interaction models and compiling them into Faust dsp code, or ~gen objects (for Max/MSP)
Stars: ✭ 22 (-15.38%)
Mutual labels:  physics
Indicium-Supra
DirectX API-hooking framework
Stars: ✭ 292 (+1023.08%)
Mutual labels:  games
hacker-feud
💥 A single page web game made with Svelte.
Stars: ✭ 61 (+134.62%)
Mutual labels:  games
Openmu
This project aims to create an easy to use, extendable and customizable server for a MMORPG called "MU Online".
Stars: ✭ 243 (+834.62%)
Mutual labels:  games
cplot
Function plotter
Stars: ✭ 27 (+3.85%)
Mutual labels:  physics
Docker Dontstarvetogether
Dockerfile for building a Don't Starve Together dedicated server image.
Stars: ✭ 240 (+823.08%)
Mutual labels:  games
wowstat
A World of Warcraft realm status monitor
Stars: ✭ 20 (-23.08%)
Mutual labels:  games
gamebot
Add multiplayer games to Discord with Gamebot, and join thousands of players!
Stars: ✭ 68 (+161.54%)
Mutual labels:  games
InterfaceInteraction
Interact your app's interface elements with different effects!
Stars: ✭ 57 (+119.23%)
Mutual labels:  physics
Python-Games
A collection of small python games made by me using pygame and tkinter libraries
Stars: ✭ 121 (+365.38%)
Mutual labels:  games

verlet

build and animate objects according to verlet physics. pure golang library

Installing

To start using verlet in your project, run:

$ go get -u github.com/polldo/verlet

Examples

Examples depend on pixel library, check the requirements to build them:

https://github.com/polldo/verlet/tree/master/examples/rope/ worms https://github.com/polldo/verlet/tree/master/examples/flag/ flag https://github.com/polldo/verlet/tree/master/examples/rope/ rope
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].