Skip to content
#

box2d

Here are 205 public repositories matching this topic...

ktx
limbusdev
limbusdev commented Jan 24, 2019

Hi,
great extension to libGDX :) thank you for that.

My question: how can square brackets be used with libKTX ArrayMaps?

what I wanted to to:

val myMap : ArrayMap<String, Label>
myMap = ArrayMap()
myMap["one"] = new Label(...)

But there is no Set operator defined. Am I doing something wrong, or isn't it just implemented yet?

Cheers

godbasin
godbasin commented Aug 25, 2018

与其说是构建大型应用,或许更多地是常用的应用构建吧。很多时候我们的项目在搭建的时候通常都不会定位为大型项目,但我们还是需要考虑到拓展性,或者说是在当项目开始变得较难维护的时候,要进行调整的一些方面。

项目设计

在项目开始之前,我们需要做一系列的规划,像项目的定位(to B/C)、大小,像框架和工具的选型,还有很重要的一点是,项目和团队规范。

框架选择

通常来说,框架选择是准备项目的第一步。

说到框架,目前主流三大框架 Angular、React 和 Vue,先从个人理解来看看这三个框架。

Angular

这里的 Angular 是指 Angular 2.0+ 版本,v1.0 我们通常称之为 AngularJS,目前已经不更新了,建议大家还是使用 Angular。

Angular 相对 React 和 Vue,最初的设计是针对大型应用

louis-langholtz
louis-langholtz commented May 16, 2018

Expected/Desired Behavior or Experience:

User documentation can be generated automatically from each user interface.

Actual Behavior:

Software development is completely separated from user documentation even though user documentation is essentially a spoken language explanation of nothing else but the user experience with a particular user interface. So coders write the program in

Improve this page

Add a description, image, and links to the box2d topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the box2d topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.