Android、libgdx 和 box2d 基础知识

Android, libgdx and box2d basics(Android、libgdx 和 box2d 基础知识)
本文介绍了Android、libgdx 和 box2d 基础知识的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

自从我开始学习 android 以来,我写了几个简单的棋盘游戏,请告诉我是否有任何教程或链接,我可以从 libgdx 的物理库开始,寻找类似 libgdx 的物理基础

I wrote couple of simple board games since i started on android learning, Please let me know is there any tutorial or links, where i can start with physics library with libgdx, looking for something like basics of physics with libgdx

推荐答案

我将从 libGDX wiki.这将使您启动并运行一些基本示例.一旦超出了基础,使用 box2d 手册 将填写所有详细信息.它非常容易阅读,而且将 C 翻译成 Java 也不难.

I would start with the official documentation at the libGDX wiki. That will get you up and running with some basic examples. Once you're beyond the basics, using the box2d manual will fill in all the details. It's very easy to read, and it's not hard to translate C to Java.

这篇关于Android、libgdx 和 box2d 基础知识的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)