. Perform setup.exe installation separately.2, to master, fill in a good wish to connect the device IP, port, click Connnet Connection Device, fill in start address, size read and write length, click functions function code on the line.3, to Slave, fill in the port number of the listening port, click Listen wait for master connection (listening interface is 127.0.0.1), you can enter a number in the address after the point apply to address data settings. Deve
Ubuntu 13.04 Default Python version is 2.7, want to do python3 on its development will encounter problems. For example, to use PIP to install a package, the default is to install the Python2 package. If you want to install Python3 's package, you need to use virtualenv.Virtualenv's official website is in http://www.virtualenv.org/en/latest/. As the official said, Virtualenv is a tool for creating a standalo
[Unity3D] Unity3D game development-Summary of Three-hitting effects of ACT games and unity3d Game Development
Dear friends, I'm Qin Yuanpei. Welcome to follow my blog. My blog address is blog.csdn.net/qinyuanpei. After studying the redirection feature of the Unity3D Mecanim animation system, let's continue to explore m
Python Development tools Pycharm personalization, including setting the default Pycharm parser, setting the Indent to tab, setting the IDE skin theme, etc., please refer to the use of it
1. Set the default Pycharm parser:
The operation is as follows:
Python–>preferences–>project Interpreter–>python Interpreter Click o
Design a classic game and a Python classic game with python
This is the 9th article on Python, which describes how to use Python to design a classic game: Guess the size.
In this
Unity3D game development from zero to single (7), unity3d Game DevelopmentAbstract
Today, I made a network communication demo for a mobile device, which consists of two parts: network connection and data communication.
Two Android devices A and B are required. A serves as the client and B serves as the server.
The final effect is that the square in device A is co
Using vagrant to build a native python development environmentAbout vagrant:Vagrant is a ruby-based tool for creating and deploying a virtualized development environment that uses Oracle's Open source VirtualBox virtualization SystemYou can also use VMware to use, because the configuration is more cumbersome to give up
Eight open-source Android game engines (great resources)
Users who are new to Android game development tend to be confused. They often do not know where to start. Whenever they encounter problems they cannot solve, and often will envy iPhone under a free game engine such as Cocos2d-iphone available, while self-Abandonm
things:We can play audio, draw planes, get user input, and read and write files through an instance of the game class.At the right time we can set a new current flat display by calling Game.setscreen ().Methods Screen.update () and Screen.present (): They update the plane and display synchronously. The game practice calls them in the main loop.The methods Screen.pause () and Screen.resume () are called whe
adjustment in the engine (adjust the positions of various images through computer languages ).
So, the first step is to simulate the reality through software-3D Modeling
To do this, you must first sharpen the tool. I want to select 3D modeling software.
After searching through the Internet, I know the following software:
Maya
3 DMAX
Rhino)
Silo
Sketchup Pro (Master sketch)
Blender
And so on ......
After searching for the modeling software for a game
Categories of blogs:
Essay: Everyone can be found in the blog;
Article: Others can not find, through the URL to access;
LOG: Other people can not find the URL is not accessible;
The blog inserts two forms of code:
"Insert code (recommended)" (left):1 # !/usr/bin/env python 2 # -*-coding:utf-8-*- 3 # Author:Kevin.Wang 4 # time : 2018/7/1756print('Hello' )"Insert Code" (right):#!/usr/bin/env
[Unity3D] Unity3D game development: 3D item display by mouse rotation and scaling; unity3d Game Development
Dear friends, I am Qin Yuanpei. Welcome to follow my blog. My blog address is blog.csdn.net/qinyuanpei. Recently, bloggers have focused on camera rotation, scaling, and other issues. Today we will share with you
In Django, if the buffer type is used, the encoding format of buffer is the Utf-8 type. Using str () to convert to a string type is an exception.Exceptions will have the following hint: ' ASCII ' codec can ' t decode byte 0xe5This is due to the fact that STR is ASCII encoded by default in Python, and it is necessary to manually convert the STR encoding to UTF-8 by using
In game design and development, especially in engine development, logical loops are an important part. loops determine the basic logic and running mode of the game, in different development environments and languages, the definition of the loop is even quite different. What
Unity3D game development-update method, unity3d Game Development
The Role in the game, like a paper doll, is a very popular feature that allows players to change the appearance of their roles. In general, we have built a 3D model, if you want to replace one of the parts with
Unity3D game development decompilation AssetBundle extracts game resources, unity3dassetbundle
Dear friends, welcome to my blog. I am Qin Yuanpei and my blog address is http://www.qinyuanpei.com. Today we are talking about extracting game resources by decompiling Unity3D AssetBundle. The goal of this article is not to
[Unity3D] Unity3D game development: role control from a free perspective, unity3d Game Development
Dear friends, I'm Qin Yuanpei. Welcome to follow my blog. My blog address is blog.csdn.net/qinyuanpei. In the previous article
Before starting today's content, let's first learn a more important part of Unity3D. Unders
toolbar, then click Scene the specified object in the view. a 3 -color axis appears on the selected object, and a small rectangle at the intersection of each axis,as shown in2-11 . q using the mouse to click on the axis and drag, the game object will move toward the direction of the axis;q using the mouse to click on small squares and drag, the
/virtualenvwrapper.shexportpip_virtualenv_base= $WORKON _homeExport Pip_respect_virtualenv=trueSOURCE/ROOT/.BASHRC Start VirtualenvwrapperNote# Different versions of Linux, the installed virtualenvwrapper path may be different,# Tested and found by Ubuntu_mate install to /usr/share/virtualenvwrapper/virtualenvwrapper.sh # CentOS is installed well to/usr/bin/virtualenvwrapper.shAll commands can be used: Virtualenvwrapper--help to view, here are a few common:To create a basic environment: mkvirtua
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.