Giter Site home page Giter Site logo

bones3's Introduction


Hello!

I'm TheDudeFromCI, a game dev enthusiast. I spend most of my free time writing various open source software tools, frameworks, and assets, usually involving video games in some way. I've been doing this for many years now, and I hope that some of my content suits your needs and serves you well.


Programming Languages

Other Tech


How to Reach Me

I'm available on multiple different platforms. Use whatever you like. I'm always available for a chat!

Icons made by FlatIcon


visitors

bones3's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bones3's Issues

BlockWorld Dedicated Thread

There are massive performance gains to be had by moving the block world handling to a dedicated thread, per world. A "pseudo-server" set-up. The main thread can then poll this secondary thread for events involving the block world, such as getting or setting blocks. Scripts that analyze chunks can run on this background thread as well to avoid hanging the main thread when doing many calculations.

The BlockList object is also a useful tool here as this can also be moved to the secondary thread to make adding or removing block types easier without worrying about concurrent modifications. When new block types are added or removed, these batches can be sent as a single request to the block world thread to load and modify all chunks according to these changes.

Migrate editor scripts from IMGUI to UIElements

The current editor scripts are written in IMGUI as a prototype implementation. Migrating them to UIElements would enhance their quality and maintainability while moving the user interface to be more production quality.

Chunk saving and loading.

One of the core aspects of voxel worlds is their ability to be saved and loaded from a file. Without this element, the plugin is essentially useless.

This feature should be implemented in Bones3-Core by default for implementation in builds.

  • World Database Management
  • Chunk Saving
  • Chunk Loading

UPM support

Hi @TheDudeFromCI,

Thanks for creating the tool. UPM is a better way to deliver features like this to the Unity community. Here's an article about how to convert your asset to a UPM package.

Furthermore, if you created at least one GitHub release, you can submit your package to OpenUPM, a registry collects open-source UPM packages with a continuous build service based on Git tags. It's hosting more than 300+ open-source UPM packages at the time of writing.

Notice that Git tags can also be created with an automatic approach.

Move Save folder Into Assets

The save folder for world data was originally saved outside of the asset folder to prevent it from being targeted by the asset database. However, it would be better to save the worlds inside the asset folder, (as to be more uniform with the standard Unity workflow) while using ~ in the folder name. The Unity Asset Database ignores folders with names ending in ~, so there's no need to worry about "reimporting" the files when the world saves or generating metafiles.

Switch to new namespace

It can be a little confusing and a bad programming practice in general for both the core and the implementation to use the same namespace. This makes it difficult to distinguish between the core library and the Unity implementation when writing extensions for Bones3. This should be addressed. Switching the namespace to something like WraithavenGames.Bones3 would be good for keeping things seperate and helping users to locate the plugin and API better.

Blocklist Editor Window

The blocklist editor window can be used to add a block pallet when editing the world from inside Unity. This would simply load the block list from the selected world and have them appear in the window as buttons to be selected.

Edit Tool Editor Window

As Bones3 evolves, there will be more tools available while editing the world. Having an editor window that lists all available editing tools is a useful feature to make it possible to switch between tools and editing modes as needed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.