Giter Club home page Giter Club logo

kubi's Introduction

ย 

kubi's People

Contributors

griffi-gh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

kubi's Issues

It is possible to go through blocks

Introduction

When moving horizontally it is possible to travel through blocks. It is also possible to jump through blocks - this means we can climb up trees. I have recorded some videos:

horizontally

2024-04-25_17-38-45.mov

vertically

2024-04-25_17-42-49.mov

possible solution

Consider adding collisions by using an AABB (essentially a bounding box around the player). You would check against all edges if they hit a block, changing the size of the AABB will allow for crawling.

Support resuming on android

GPU context needs to be recreated on the Resume event, and initialization needs to be put off until the first resume call.

Multitouch doesn't work on Android

Multitouch doesn't work after the changes made in #8.
(Upgraded winit (also glium and glutin), replaced ndk_glue with android-activity)
Second finger doesn't get registered properly, i don't get proper touch evt data in the Touch event.
Probably needs a minor change somewhere, but maybe this is a bug in android-activity (and if it is check: rust-mobile/android-activity#146)

Please add a license.

Adding a license will control what people can legally do with your code. Currently we are not legally allowed to install your software, even though the code is public on GitHub it doesn't mean we can use it. (see more: https://choosealicense.com/no-permission/) Currently you are legally liable for any issues that occur, this may become an issue in the future if no license is applied.

To add a license create a file called LICENSE inside the root of this repository and paste the content of the license of your choice inside it (and modify placeholders if there are any). To choose a license visit https://choosealicense.com.

In the Rust world it is common to have the MIT (found at https://choosealicense.com/licenses/mit/) and Apache 2.0 (https://choosealicense.com/licenses/apache-2.0/) licenses. This means instead of having a signal LICENSE file, you would create two files one called LICENSE-MIT and the other LICENSE-APACHE.

Here is an example of what it will look like:

image

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.