Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/kotlinesque #548

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Feature/kotlinesque #548

wants to merge 1 commit into from

Commits on Jun 14, 2023

  1. Trying to make Scenery more "kotlinesque", starting by refactoring th…

    …e first "Basic" test:
    
    - added some fake constructors call for initializing the object directly after the instantiation
    - added an `inline reified` counterpart for `Image.fromResource`
    - added an `Image::toTexture` function
    - added the operator overloading `plusAssign` for adding element(s) to the scene
    - minors
    elect86 authored and ctrueden committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    37452bb View commit details
    Browse the repository at this point in the history