8000 GitHub - takeiteasy/perlin-tool: Simple tool to play with perlin noise in real time
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

takeiteasy/perlin-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

perlin-tool

Simple tool to play with Perlin noise in real time. WIP.

Build

To build, first run bootstrap.sh (this downloads dependency headers and the sokol shader build tools) then run make. The binary will be inside the build/ directory. Only tested on Mac but should build on Windows and Linux out of the box. If you're on Mac, you can also build the Xcode project with Xcodegen.

NOTE: This program requires either clang or gcc to build. It won't build under MSVC or older compilers.

Alternatively, try the web version here. NOTE: The web version is missing some features.

Roadmap for v1.0.0

  • Load .obj files, display noise onto model
  • Lua scripting to interact with heightmap
  • User created shaders
  • Hotreloading for assets
  • Error handling for assets
  • Touch controls
  • Biome controls
  • Config files + args

Dependencies

License

The MIT License (MIT)

Copyright (c) 2022 George Watson

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0