-
Notifications
You must be signed in to change notification settings - Fork 23
Added Core Commands #11
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
base: main-aug-25
Are you sure you want to change the base?
Conversation
Added Min,Max,Clamp,Wrap,Map,CurveValue,CurveAngle,WrapAngle
|
I guess would be a stretch to ask, but might these (if added) be added the command list on the help section on the website? |
|
@Teabone3 I had considered adding them for the March 2025 update but they would require testing on Windows, Mac, Android and iOS, and we don't have the resources at present to do this. If someone from the community can test these on all supported platforms (Linux not required) then I would be happy to make sure they get into the June 2025 update along with necessary documentation. |
would help us test if you posted the build as a beta on steam, @LeeBamberTGC |
|
@VirtualNomad19 I think you posted on DISCORD last year about AGK. To your answer, your contact for AGK related technical support is "cjbamber1980@gmail.com" (@Kasseyus on GitHub) who will be happy to help you and any other AGK users with questions :) |
|
@LeeBamberTGC will cjbamber1980 add test builds as beta versions on Steam then !? |
|
@jan610 He is not yet trained up to do this, and we are looking at some CICD solutions via GitHub Actions to smooth out this process, so it will take some time. Once this is in place, it will make the contributions to the repo, and then the important subsequent test across all supported platforms a little easier. Right now, you would need a modern Mac (Apple tends to invalidate older hardware quickly, so for example I have 3 mini-macs that Apple will not allow to be used to build mac apps or ios apps). Similarly, any addition of commands also needs to be tested as an Android app too. Only the truly brave would write a cross-platform programming language from scratch these days :) |
Added Lerp,InverseLerp,Min,Max,Clamp,Wrap,Map,CurveValue,CurveAngle,WrapAngle Core Commands.
actually only Wrapper.cpp and Wrapper.h are the important parts from this request.